projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed36933
)
window: Fix memory leak
author
Yi-Soo An
<yisooan@gmail.com>
Mon, 13 Aug 2018 08:21:42 +0000
(17:21 +0900)
committer
Yi-Soo An
<yisooan@gmail.com>
Mon, 13 Aug 2018 08:21:42 +0000
(17:21 +0900)
https://gitlab.gnome.org/GNOME/gtk/issues/1268
gtk/gtkwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwindow.c
b/gtk/gtkwindow.c
index 500cef8e53b3917fb3543775526d7e1bec350768..f65a7b98e8d97e388e7e1f35451f639dea8a858e 100644
(file)
--- a/
gtk/gtkwindow.c
+++ b/
gtk/gtkwindow.c
@@
-10985,6
+10985,7
@@
gtk_window_export_handle (GtkWindow *window,
handle_str = g_strdup_printf ("x11:%x", xid);
callback (window, handle_str, user_data);
+ g_free (handle_str);
return TRUE;
}